DefaultDescriptorWrapper

Default implementation of DescriptorWrapper

Parameters

gattDescriptor

Constructors

Link copied to clipboard
constructor(gattDescriptor: BluetoothGattDescriptor)

Properties

Link copied to clipboard
Link copied to clipboard
open override val permissions: Int

The integer representing all permissions for the descriptor

Link copied to clipboard
open override val uuid: UUID

The UUID of the descriptor

Link copied to clipboard
open override var value: ByteArray?

The current Value of the descriptor

Functions

Link copied to clipboard
open override fun updateValue(value: ByteArray?)

Accessor for updating DescriptorWrapper.value